home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Freeware
/
DiskMaster
/
Rexx
/
DMIconsToo.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2002-10-27
|
305 b
|
19 lines
/* $VER: DM2IconsToo.rexx 1.1 (2.10.98) by J. Tierney
DM2IconsToo.rexx v1.1
10/2/97 J. Tierney
Function: Selects the .info files of all selected files.
Usage: REXX DM2IconsToo.rexx
*/
OPTIONS RESULTS
DIRLIST VAR dlist SEL
DO i = 0 TO dlist.name.0
'SELECT' dlist.name.i || '.info'
END